home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / U1800XL.PP_ / u1800xl.ppd
Text File  |  1996-04-25  |  30KB  |  749 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Unity 1800XL"
  3. *%
  4. *% Copyright 1992, 1993, 1994 LaserMaster Corporation
  5. *% All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *%
  11. *% Date: 9 September, 1994
  12. *FormatVersion: "3.0"
  13. *FileVersion: "4.3"
  14. *LanguageVersion: English
  15.  
  16. *Product: "(Unity 1800XL)"
  17. *PSVersion: "(2002.001) 1"
  18. *NickName: "Unity 1800XL"
  19.  
  20. *% PC Driver Flags ===============
  21. *AcceptsTrueType: True
  22. *AcceptsBinary: True
  23. *JobOptionDlg: False
  24.  
  25. *% General Information and Defaults ===============
  26. *ColorDevice: False
  27. *FreeVM: "2210119"
  28. *VariablePaperSize: False
  29. *FileSystem: True
  30. *?FileSystem: "
  31. save statusdict begin
  32.     (False) /diskstatus where{
  33.         pop diskstatus exch pop 0 ne {pop (True)} if
  34.     }if = flush
  35. end restore
  36. "
  37. *End
  38. *Throughput: "8"
  39. *Password: "0"
  40. *ExitServer: "
  41.   count 0 eq {  % is the password on the stack?
  42.     true 
  43.   }{
  44.     dup % potential password
  45.     statusdict begin checkpassword end not
  46.   } ifelse 
  47.   {  %  if no password or not valid 
  48.     (WARNING : Cannot perform the exitserver command.) = 
  49.     (Password supplied is not valid.) = 
  50.     (Please contact the author of this software.) = flush
  51.     quit
  52.   } if 
  53.   serverdict begin exitserver
  54. "
  55. *End
  56.  
  57. *Reset: "
  58.   count 0 eq {  % is the password on the stack?
  59.     true 
  60.   }{
  61.     dup % potential password
  62.     statusdict begin checkpassword end not
  63.   } ifelse
  64.   {  %  if no password or not valid
  65.     (WARNING : Cannot reset printer.) =
  66.     (Password supplied is not valid.) =
  67.     (Please contact the author of this software.) = flush
  68.     quit
  69.   } if
  70.   serverdict begin exitserver
  71.   systemdict /quit get exec
  72.   (WARNING : Printer Reset Failed.) = flush
  73. "
  74. *End
  75.  
  76. *DefaultResolution: 1800dpi
  77. *SetResolution 600dpi: "statusdict begin true proofmode end"
  78. *SetResolution 1800dpi: "statusdict begin false proofmode end"
  79.  
  80. *?Resolution: "
  81. save
  82.   initgraphics
  83.   0 0 moveto currentpoint matrix defaultmatrix transform
  84.   0 72 lineto currentpoint matrix defaultmatrix transform
  85.   3 -1 roll sub dup mul
  86.   3 1 roll exch sub dup mul
  87.   add sqrt round cvi
  88.   (          ) cvs print (dpi) = flush
  89. restore
  90. "
  91. *End
  92.  
  93. *% Halftone Information ===============
  94. *ScreenFreq: "85.0"
  95. *ScreenAngle: "45.0"
  96. *DefaultScreenProc: Dot
  97. *ScreenProc Dot: "
  98.     { abs exch abs 2 copy add 1 gt
  99.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  100.         { dup mul exch dup mul add 1.0 exch sub }
  101.     ifelse }
  102. "
  103. *End
  104. *ScreenProc Line: "{ pop }"
  105. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  106.  
  107. *DefaultTransfer: Null
  108. *Transfer Null: "{ }"
  109. *Transfer Null.Inverse: "{ 1 exch sub }"
  110.  
  111. *% Paper Handling ===================
  112.  
  113. *% Use these entries to set paper size most of the time, unless there is
  114. *% specific reason to use PageRegion or PaperTray.
  115. *DefaultPageSize: Letter
  116. *PageSize A3: "a3"
  117. *PageSize A3.Extra: "a3_extra"
  118. *PageSize A4: "a4"
  119. *PageSize A4Small: "a4small"
  120. *PageSize A4.Transverse: "a4.transverse"
  121. *PageSize B5: "b5"
  122. *PageSize Letter: "letter"
  123. *PageSize LetterSmall: "lettersmall"
  124. *PageSize Letter.Transverse: "letter.transverse"
  125. *PageSize Legal: "legal"
  126. *PageSize Tabloid: "11x17"
  127. *PageSize Envelope.297.684/C10 Envelope: "com10envelope"
  128. *PageSize Envelope.312.624/DL Envelope: "dlenvelope"
  129.  
  130. *?PageSize: "
  131. save statusdict begin
  132.  /papersize where{ pop
  133.   12 dict begin
  134.    /a3 (A3) def 
  135.    /a3_extra (A3.Extra) def 
  136.    /a4 (A4) def
  137.    /a4small (A4Small) def
  138.    /a4.transverse (A4.Transverse) def
  139.    /letter (Letter) def 
  140.    /lettersmall (LetterSmall) def 
  141.    /letter.transverse (Letter.Transverse) def 
  142.    /legal (Legal) def
  143.    /11x17 (Tabloid) def
  144.    /com10envelope (Envelope.297.684/C10 Envelope) def
  145.    /dlenvelope (Envelope.312.624/DL Envelope) def
  146.  
  147.    papersize {
  148.      {load exec} stopped not{= flush}if
  149.   }{
  150.      {load exec} stopped not{print (.Transverse) = flush}if
  151.    }ifelse
  152.   end
  153.   }{
  154.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  155.    }ifelse
  156. end restore
  157. "
  158. *End
  159.  
  160. *% These entries will set up the frame buffer. Usually used with manual feed.
  161. *DefaultPageRegion: Letter
  162. *PageRegion A3: "a3"
  163. *PageRegion A3.Extra: "a3_extra"
  164. *PageRegion A4: "a4"
  165. *PageRegion A4Small: "a4small"
  166. *PageRegion A4.Transverse: "a4.transverse"
  167. *PageRegion B5: "b5"
  168. *PageRegion Letter: "letter"
  169. *PageRegion LetterSmall: "lettersmall"
  170. *PageRegion Letter.Transverse: "letter.transverse"
  171. *PageRegion Legal: "legal"
  172. *PageRegion Tabloid: "11x17"
  173. *PageRegion Envelope.297.684/C10 Envelope: "com10envelope"
  174. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  175.  
  176. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  177. *% These errors should be trapped by software and a message displayed
  178. *DefaultPaperTray: None
  179. *PaperTray A3: ""
  180. *PaperTray A3.Extra: ""
  181. *PaperTray A4: ""
  182. *PaperTray A4.Transverse: ""
  183. *PaperTray B5: ""
  184. *PaperTray Letter: ""
  185. *PaperTray Letter.Transverse: ""
  186. *PaperTray Legal: ""
  187. *PaperTray Tabloid: ""
  188. *PaperTray Envelope.297.684/C10 Envelope: ""
  189. *PaperTray Envelope.312.624/DL Envelope: ""
  190.  
  191. *% The following entries provide information about specific paper keywords.
  192. *DefaultImageableArea: Letter
  193. *ImageableArea A3: "18 20 824 1171 "
  194. *ImageableArea A3.Extra: "0 0 856 1211 "
  195. *ImageableArea A4: "15 10 580 832 "
  196. *ImageableArea A4Small: "26 31 569 811 "
  197. *ImageableArea A4.Transverse: "10 15 832 580 "
  198. *ImageableArea B5: "21 10 500 715 "
  199. *ImageableArea Letter: "15 8 597 784 "
  200. *ImageableArea LetterSmall: "30 31 582 761 "
  201. *ImageableArea Letter.Transverse: "8 15 784 597"
  202. *ImageableArea Legal: "15 8 597 1000 "
  203. *ImageableArea Tabloid: "15 8 777 1216 "
  204. *ImageableArea Envelope.297.684/C10 Envelope: "11 14 287 670"
  205. *ImageableArea Envelope.312.624/DL Envelope: "4 4 308 620"
  206.  
  207. *% These provide the physical dimensions of the paper (by keyword)
  208. *DefaultPaperDimension: Letter
  209. *PaperDimension A3: "842 1191"
  210. *PaperDimension A3.Extra: "856 1211"
  211. *PaperDimension A4: "596 842"
  212. *PaperDimension A4Small: "596 842"
  213. *PaperDimension A4.Transverse: "842 596"
  214. *PaperDimension B5: "516 729"
  215. *PaperDimension Letter: "612 792"
  216. *PaperDimension LetterSmall: "612 792"
  217. *PaperDimension Letter.Transverse: "792 612"
  218. *PaperDimension Legal: "612 1008"
  219. *PaperDimension Tabloid: "792 1224"
  220. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  221. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  222.  
  223. *DefaultOutputBin: OnlyOne
  224. *DefaultInputSlot: AutoSelect
  225. *InputSlot AutoSelect: "statusdict begin -2 lmsetdefaulttray end"
  226. *InputSlot Upper: "statusdict begin 1 lmsetdefaulttray end"
  227. *InputSlot Lower: "statusdict begin 2 lmsetdefaulttray end"
  228. *InputSlot EnvelopeManual: "statusdict begin 3 lmsetdefaulttray end"
  229.  
  230. *DefaultManualFeed: False
  231. *?ManualFeed: "
  232. save
  233.   statusdict /manualfeed get
  234.  {(True)}{(False)}ifelse = flush
  235. restore 
  236. "
  237. *End
  238. *ManualFeed True: "statusdict begin /manualfeed true store end"
  239. *ManualFeed False: "statusdict begin /manualfeed false store end"
  240.  
  241. *DefaultOutputOrder: Normal
  242.  
  243. *DefaultCollator: None
  244. *DefaultSorter: None
  245. *DefaultDuplex: None
  246.  
  247. *% Font Information =====================
  248.  
  249. *DefaultFont: Courier
  250. *Font Antiqua-Medium-DTC: Standard "(001.003)"
  251. *Font Antiqua-MediumItalic-DTC: Standard "(001.003)"
  252. *Font Antiqua-Regular-DTC: Standard "(001.003)"
  253. *Font Antiqua-RegularItalic-DTC: Standard "(001.003)"
  254. *Font Antiqua-Ultra-DTC: Standard "(001.003)"
  255. *Font Antiqua-UltraItalic-DTC: Standard "(001.003)"
  256. *Font AvantGarde-Book: Standard "(001.003)"
  257. *Font AvantGarde-BookOblique: Standard "(001.003)"
  258. *Font AvantGarde-Demi: Standard "(001.003)"
  259. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  260. *Font Blippo-Black-DTC: Standard "(001.003)"
  261. *Font Bookman-Demi: Standard "(001.003)"
  262. *Font Bookman-DemiItalic: Standard "(001.003)"
  263. *Font Bookman-Light: Standard "(001.003)"
  264. *Font Bookman-LightItalic: Standard "(001.003)"
  265. *Font Britannic-Bold-DTC: Standard "(001.003)"
  266. *Font Britannic-Light-DTC: Standard "(001.003)"
  267. *Font Britannic-Medium-DTC: Standard "(001.003)"
  268. *Font Broadway-DTC: Standard "(001.003)"
  269. *Font Brody-DTC: Standard "(001.003)"
  270. *Font BrushScript-DTC: Standard "(001.003)"
  271. *Font Chaucer-DTC: Standard "(001.003)"
  272. *Font Clarendon-Bold-DTC: Standard "(001.003)"
  273. *Font Clarendon-Light-DTC: Standard "(001.003)"
  274. *Font Clearface-Black-DTC: Standard "(001.003)"
  275. *Font Clearface-BlackItalic-DTC: Standard "(001.003)"
  276. *Font Clearface-Heavy-DTC: Standard "(001.003)"
  277. *Font Clearface-HeavyItalic-DTC: Standard "(001.003)"
  278. *Font Clearface-Regular-DTC: Standard "(001.003)"
  279. *Font Clearface-RegularItalic-DTC: Standard "(001.003)"
  280. *Font ClearfaceGothic-Bold-DTC: Standard "(001.003)"
  281. *Font ClearfaceGothic-ExtraBold-DTC: Standard "(001.003)"
  282. *Font ClearfaceGothic-Regular-DTC: Standard "(001.003)"
  283. *Font Cooper-Black-DTC: Standard "(001.003)"
  284. *Font Cooper-BlackItalic-DTC: Standard "(001.003)"
  285. *Font Copperplate-Bold-DTC: Standard "(001.003)"
  286. *Font Courier: Standard "(001.003)"
  287. *Font Courier-Bold: Standard "(001.003)"
  288. *Font Courier-BoldOblique: Standard "(001.003)"
  289. *Font Courier-Oblique: Standard "(001.003)"
  290. *Font Eurostile-Black-DTC: Standard "(001.003)"
  291. *Font Eurostile-Roman-DTC: Standard "(001.003)"
  292. *Font EurostileExtended-Black-DTC: Standard "(001.003)"
  293. *Font EurostileExtended-Roman-DTC: Standard "(001.003)"
  294. *Font FlareGothic-Bold-DTC: Standard "(001.003)"
  295. *Font FlareGothic-BoldItalic-DTC: Standard "(001.003)"
  296. *Font FlareGothic-Light-DTC: Standard "(001.003)"
  297. *Font FlareGothic-LightItalic-DTC: Standard "(001.003)"
  298. *Font FlareGothic-Regular-DTC: Standard "(001.003)"
  299. *Font FlareGothic-RegularItalic-DTC: Standard "(001.003)"
  300. *Font FrugalSans-Bold-DTC: Standard "(001.003)"
  301. *Font FrugalSans-BoldItalic-DTC: Standard "(001.003)"
  302. *Font FrugalSans-Light-DTC: Standard "(001.003)"
  303. *Font FrugalSans-LightItalic-DTC: Standard "(001.003)"
  304. *Font Garamond-Bold-DTC: Standard "(001.003)"
  305. *Font Garamond-BoldItalic-DTC: Standard "(001.003)"
  306. *Font Garamond-Book-DTC: Standard "(001.003)"
  307. *Font Garamond-BookItalic-DTC: Standard "(001.003)"
  308. *Font GaramondCondensed-Bold-DTC: Standard "(001.003)"
  309. *Font GaramondCondensed-BoldItalic-DTC: Standard "(001.003)"
  310. *Font GaramondCondensed-Book-DTC: Standard "(001.003)"
  311. *Font GaramondCondensed-BookItalic-DTC: Standard "(001.003)"
  312. *Font Goudy-Bold-DTC: Standard "(001.003)"
  313. *Font Goudy-Heavyface-DTC: Standard "(001.003)"
  314. *Font Goudy-Light-DTC: Standard "(001.003)"
  315. *Font GoudyCatalogue-Italic-DTC: Standard "(001.003)"
  316. *Font GoudyOldStyle-Regular-DTC: Standard "(001.003)"
  317. *Font GoudyOldStyle-RegularItalic-DTC: Standard "(001.003)"
  318. *Font Helvetica: Standard "(001.003)"
  319. *Font Helvetica-Bold: Standard "(001.003)"
  320. *Font Helvetica-BoldOblique: Standard "(001.003)"
  321. *Font Helvetica-Narrow: Standard "(001.003)"
  322. *Font Helvetica-Narrow-Bold: Standard "(001.003)"
  323. *Font Helvetica-Narrow-BoldOblique: Standard "(001.003)"
  324. *Font Helvetica-Narrow-Oblique: Standard "(001.003)"
  325. *Font Helvetica-Oblique: Standard "(001.003)"
  326. *Font Hobo-DTC: Standard "(001.003)"
  327. *Font Kauflinn-DTC: Standard "(001.003)"
  328. *Font Korinna-ExtraBold-DTC: Standard "(001.003)"
  329. *Font Korinna-ExtraBoldItalic-DTC: Standard "(001.003)"
  330. *Font Korinna-Regular-DTC: Standard "(001.003)"
  331. *Font Korinna-RegularItalic-DTC: Standard "(001.003)"
  332. *Font Mariage-DTC: Standard "(001.003)"
  333. *Font MuralScript-DTC: Standard "(001.003)"
  334. *Font NewBaskerville-Bold-DTC: Standard "(001.003)"
  335. *Font NewBaskerville-BoldItalic-DTC: Standard "(001.003)"
  336. *Font NewBaskerville-Roman-DTC: Standard "(001.003)"
  337. *Font NewBaskerville-RomanItalic-DTC: Standard "(001.003)"
  338. *Font NewCenturySchlbk-Bold: Standard "(001.003)"
  339. *Font NewCenturySchlbk-BoldItalic: Standard "(001.003)"
  340. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  341. *Font NewCenturySchlbk-Roman: Standard "(001.003)"
  342. *Font OldTowne-DTC: Standard "(001.003)"
  343. *Font Optimum-Bold-DTC: Standard "(001.003)"
  344. *Font Optimum-BoldItalic-DTC: Standard "(001.003)"
  345. *Font Optimum-Roman-DTC: Standard "(001.003)"
  346. *Font Optimum-RomanItalic-DTC: Standard "(001.003)"
  347. *Font Palatino-Bold: Standard "(001.003)"
  348. *Font Palatino-BoldItalic: Standard "(001.003)"
  349. *Font Palatino-Italic: Standard "(001.003)"
  350. *Font Palatino-Roman: Standard "(001.003)"
  351. *Font Palton-Light-DTC: Standard "(001.003)"
  352. *Font ParkAvenue-DTC: Standard "(001.003)"
  353. *Font SansBlackCondensed-DTC: Standard "(001.003)"
  354. *Font SansBlackCondensed-Oblique-DTC: Standard "(001.003)"
  355. *Font SansExtended-Medium-DTC: Standard "(001.003)"
  356. *Font SansExtended-Regular-DTC: Standard "(001.003)"
  357. *Font SansExtended-RegularOblique-DTC: Standard "(001.003)"
  358. *Font SansExtraBlackCondensed-DTC: Standard "(001.003)"
  359. *Font SansLightExtended-DTC: Standard "(001.003)"
  360. *Font SansThinCondensed-DTC: Standard "(001.003)"
  361. *Font SansThinCondensed-Oblique-DTC: Standard "(001.003)"
  362. *Font Serpentine-Bold-DTC: Standard "(001.003)"
  363. *Font Souvenir-Demi-DTC: Standard "(001.003)"
  364. *Font Souvenir-DemiItalic-DTC: Standard "(001.003)"
  365. *Font Souvenir-Light-DTC: Standard "(001.003)"
  366. *Font Souvenir-LightItalic-DTC: Standard "(001.003)"
  367. *Font SquareSerif-Black-DTC: Standard "(001.003)"
  368. *Font SquareSerif-BlackItalic-DTC: Standard "(001.003)"
  369. *Font SquareSerif-Bold-DTC: Standard "(001.003)"
  370. *Font SquareSerif-BoldItalic-DTC: Standard "(001.003)"
  371. *Font SquareSerif-Light-DTC: Standard "(001.003)"
  372. *Font SquareSerif-LightItalic-DTC: Standard "(001.003)"
  373. *Font Symbol: Special "(001.003)"
  374. *Font Times-Bold: Standard "(001.003)"
  375. *Font Times-BoldItalic: Standard "(001.003)"
  376. *Font Times-Italic: Standard "(001.003)"
  377. *Font Times-Roman: Standard "(001.003)"
  378. *Font UniversityRoman-Bold-DTC: Standard "(001.003)"
  379. *Font UniversityRoman-DTC: Standard "(001.003)"
  380. *Font Vivante-DTC: Standard "(001.003)"
  381. *Font Windsor-Bold-DTC: Standard "(001.003)"
  382. *Font Windsor-DTC: Standard "(001.003)"
  383. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  384. *Font ZapfDingbats: Standard "(001.003)"
  385. *?FontQuery: "
  386. save  4 dict begin /sv exch def
  387. /str (fonts/                              ) def
  388. /st2 128 string def
  389. {
  390.   count 0 gt {
  391.     dup st2 cvs (/) print print (:) print
  392.     dup FontDirectory exch known {pop (Yes)}{
  393.      str exch st2 cvs dup length /len exch def
  394.      6 exch putinterval str 0 len 6 add getinterval mark exch
  395.      { } st2 filenameforall counttomark 0 gt {
  396.       cleartomark (Yes)}{cleartomark (No)}ifelse
  397.     }ifelse = flush
  398.   }{ exit } ifelse
  399. } bind loop 
  400. (*) = flush
  401. sv end restore
  402. "
  403. *End
  404.  
  405. *?FontList: "
  406. save  2 dict begin /sv exch def
  407. /str 128 string def
  408. FontDirectory { pop == } bind forall flush 
  409. /filenameforall where { 
  410.  pop save (fonts/*) { 
  411.   dup length 6 sub 6 exch getinterval cvn ==  
  412.  } bind str filenameforall flush restore
  413. } if 
  414. (*) = flush
  415. sv end restore
  416. "
  417. *End
  418.  
  419. *% Printer Messages (verbatim from printer):
  420. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  421. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  422. *Message: "\FontName\ not found, using Courier"
  423.  
  424. *% Status (format: %%[ status: <one of these> ]%% )
  425. *Status: "idle"
  426. *Status: "busy"
  427. *Status: "waiting"
  428. *Status: "printing"
  429. *Status: "warming up"
  430. *Status: "PrinterError: timeout, clearing printer"
  431. *Status: "PrinterError: warming up"
  432. *Status: "PrinterError: service call"
  433. *Status: "PrinterError: paper entry misfeed"
  434. *Status: "PrinterError: no toner cartridge"
  435. *Status: "PrinterError: paper entry misfeed"
  436.  
  437. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  438. *Source: "serial"
  439. *Source: "parallel"
  440. *Source: "EtherTalk"
  441. *Source: "LocalTalk"
  442.  
  443. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  444. *PrinterError: "timeout, clearing printer"
  445. *PrinterError: "warming up"
  446. *PrinterError: "service call"
  447. *PrinterError: "paper entry misfeed"
  448. *PrinterError: "no toner cartridge"
  449. *PrinterError: "paper entry misfeed"
  450.  
  451. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  452.  
  453. *% Color Separation Information =====================
  454.  
  455. *DefaultColorSep: ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi
  456.  
  457. *InkName: ProcessBlack/Process Black
  458. *InkName: CustomColor/Custom Color
  459. *InkName: ProcessCyan/Process Cyan
  460. *InkName: ProcessMagenta/Process Magenta
  461. *InkName: ProcessYellow/Process Yellow
  462.  
  463.  
  464. *% For 133 lpi / 1800 dpi =====================================================
  465.  
  466. *ColorSepScreenAngle ProcessBlack.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "45"
  467. *ColorSepScreenAngle CustomColor.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "45"
  468. *ColorSepScreenAngle ProcessCyan.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "108.4"
  469. *ColorSepScreenAngle ProcessMagenta.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "161.6"
  470. *ColorSepScreenAngle ProcessYellow.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "90"
  471.  
  472. *ColorSepScreenFreq ProcessBlack.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "141.4"
  473. *ColorSepScreenFreq CustomColor.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "141.4"
  474. *ColorSepScreenFreq ProcessCyan.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "133.3"
  475. *ColorSepScreenFreq ProcessMagenta.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "133.3"
  476. *ColorSepScreenFreq ProcessYellow.133lpi.1800x1800dpi/133 lpi / 1800 dpi: "150"
  477.  
  478. *% For 110 lpi / 1800 dpi =====================================================
  479.  
  480. *ColorSepScreenAngle ProcessBlack.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "45"
  481. *ColorSepScreenAngle CustomColor.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "45"
  482. *ColorSepScreenAngle ProcessCyan.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "108.4"
  483. *ColorSepScreenAngle ProcessMagenta.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "161.6"
  484. *ColorSepScreenAngle ProcessYellow.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "90"
  485.  
  486. *ColorSepScreenFreq ProcessBlack.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "121.2"
  487. *ColorSepScreenFreq CustomColor.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "121.2"
  488. *ColorSepScreenFreq ProcessCyan.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "110"
  489. *ColorSepScreenFreq ProcessMagenta.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "110"
  490. *ColorSepScreenFreq ProcessYellow.110lpi.1800x1800dpi/110 lpi / 1800 dpi: "119"
  491.  
  492. *% For 100 lpi / 1800 dpi =====================================================
  493.  
  494. *ColorSepScreenAngle ProcessBlack.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "45"
  495. *ColorSepScreenAngle CustomColor.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "45"
  496. *ColorSepScreenAngle ProcessCyan.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "108.4"
  497. *ColorSepScreenAngle ProcessMagenta.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "161.6"
  498. *ColorSepScreenAngle ProcessYellow.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "90"
  499.  
  500. *ColorSepScreenFreq ProcessBlack.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "106.1"
  501. *ColorSepScreenFreq CustomColor.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "106.1"
  502. *ColorSepScreenFreq ProcessCyan.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "94.9"
  503. *ColorSepScreenFreq ProcessMagenta.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "94.9"
  504. *ColorSepScreenFreq ProcessYellow.100lpi.1800x1800dpi/100 lpi / 1800 dpi: "100"
  505.  
  506. *% For 85 lpi / 1800 dpi =====================================================
  507.  
  508. *ColorSepScreenAngle ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "45"
  509. *ColorSepScreenAngle CustomColor.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "45"
  510. *ColorSepScreenAngle ProcessCyan.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "108.4"
  511. *ColorSepScreenAngle ProcessMagenta.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "161.6"
  512. *ColorSepScreenAngle ProcessYellow.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "90"
  513.  
  514. *ColorSepScreenFreq ProcessBlack.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "84.9"
  515. *ColorSepScreenFreq CustomColor.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "84.9"
  516. *ColorSepScreenFreq ProcessCyan.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "80"
  517. *ColorSepScreenFreq ProcessMagenta.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "80"
  518. *ColorSepScreenFreq ProcessYellow.85lpi.1800x1800dpi/85 lpi / 1800 dpi: "85"
  519.  
  520. *% For 70 lpi / 1800 dpi =====================================================
  521.  
  522. *ColorSepScreenAngle ProcessBlack.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "45"
  523. *ColorSepScreenAngle CustomColor.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "45"
  524. *ColorSepScreenAngle ProcessCyan.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "108.4"
  525. *ColorSepScreenAngle ProcessMagenta.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "161.6"
  526. *ColorSepScreenAngle ProcessYellow.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "90"
  527.  
  528. *ColorSepScreenFreq ProcessBlack.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "70.7"
  529. *ColorSepScreenFreq CustomColor.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "70.7"
  530. *ColorSepScreenFreq ProcessCyan.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "63.2"
  531. *ColorSepScreenFreq ProcessMagenta.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "63.2"
  532. *ColorSepScreenFreq ProcessYellow.70lpi.1800x1800dpi/70 lpi / 1800 dpi: "66.7"
  533.  
  534. *% For 60 lpi / 1800 dpi =====================================================
  535.  
  536. *ColorSepScreenAngle ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "45"
  537. *ColorSepScreenAngle CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "45"
  538. *ColorSepScreenAngle ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "108.4"
  539. *ColorSepScreenAngle ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "161.6"
  540. *ColorSepScreenAngle ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "90"
  541.  
  542. *ColorSepScreenFreq ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "60.6"
  543. *ColorSepScreenFreq CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "60.6"
  544. *ColorSepScreenFreq ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "54.2"
  545. *ColorSepScreenFreq ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "54.2"
  546. *ColorSepScreenFreq ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "57.1"
  547.  
  548. *ColorSepScreenProc ProcessBlack.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  549. { abs exch abs 2 copy add 1 gt
  550.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  551.         { dup mul exch dup mul add 1.0 exch sub }
  552.     ifelse }
  553. "
  554. *End
  555. *ColorSepScreenProc CustomColor.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  556.     { abs exch abs 2 copy add 1 gt
  557.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  558.         { dup mul exch dup mul add 1.0 exch sub }
  559.     ifelse }
  560. "
  561. *End
  562. *ColorSepScreenProc ProcessCyan.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  563.     { abs exch abs 2 copy add 1 gt
  564.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  565.         { dup mul exch dup mul add 1.0 exch sub }
  566.     ifelse }
  567. "
  568. *End
  569. *ColorSepScreenProc ProcessMagenta.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  570.     { abs exch abs 2 copy add 1 gt
  571.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  572.         { dup mul exch dup mul add 1.0 exch sub }
  573.     ifelse }
  574. "
  575. *End
  576. *ColorSepScreenProc ProcessYellow.60lpi.1800x1800dpi/60 lpi / 1800 dpi: "
  577.     { abs exch abs 2 copy add 1 gt
  578.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  579.         { dup mul exch dup mul add 1.0 exch sub }
  580.     ifelse }
  581. "
  582. *End
  583.  
  584. *% For 50 lpi / 1800 dpi =====================================================
  585.  
  586. *ColorSepScreenAngle ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "45"
  587. *ColorSepScreenAngle CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "45"
  588. *ColorSepScreenAngle ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "108.4"
  589. *ColorSepScreenAngle ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "161.6"
  590. *ColorSepScreenAngle ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "90"
  591.  
  592. *ColorSepScreenFreq ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "53"
  593. *ColorSepScreenFreq CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "53"
  594. *ColorSepScreenFreq ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "47.4"
  595. *ColorSepScreenFreq ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "47.4"
  596. *ColorSepScreenFreq ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "50"
  597.  
  598. *ColorSepScreenProc ProcessBlack.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  599.     { abs exch abs 2 copy add 1 gt
  600.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  601.         { dup mul exch dup mul add 1.0 exch sub }
  602.     ifelse }
  603. "
  604. *End
  605. *ColorSepScreenProc CustomColor.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  606.     { abs exch abs 2 copy add 1 gt
  607.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  608.         { dup mul exch dup mul add 1.0 exch sub }
  609.     ifelse }
  610. "
  611. *End
  612. *ColorSepScreenProc ProcessCyan.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  613.     { abs exch abs 2 copy add 1 gt
  614.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  615.         { dup mul exch dup mul add 1.0 exch sub }
  616.     ifelse }
  617. "
  618. *End
  619. *ColorSepScreenProc ProcessMagenta.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  620.     { abs exch abs 2 copy add 1 gt
  621.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  622.         { dup mul exch dup mul add 1.0 exch sub }
  623.     ifelse }
  624. "
  625. *End
  626. *ColorSepScreenProc ProcessYellow.50lpi.1800x1800dpi/50 lpi / 1800 dpi: "
  627.     { abs exch abs 2 copy add 1 gt
  628.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  629.         { dup mul exch dup mul add 1.0 exch sub }
  630.     ifelse }
  631. "
  632. *End
  633.  
  634. *% For 40 lpi / 1800 dpi =====================================================
  635.  
  636. *ColorSepScreenAngle ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "45"
  637. *ColorSepScreenAngle CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "45"
  638. *ColorSepScreenAngle ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "108.4"
  639. *ColorSepScreenAngle ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "161.6"
  640. *ColorSepScreenAngle ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "90"
  641.  
  642. *ColorSepScreenFreq ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "42.4"
  643. *ColorSepScreenFreq CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "42.4"
  644. *ColorSepScreenFreq ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "37.9"
  645. *ColorSepScreenFreq ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "37.9"
  646. *ColorSepScreenFreq ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "40"
  647.  
  648. *ColorSepScreenProc ProcessBlack.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  649.     { abs exch abs 2 copy add 1 gt
  650.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  651.         { dup mul exch dup mul add 1.0 exch sub }
  652.     ifelse }
  653. "
  654. *End
  655. *ColorSepScreenProc CustomColor.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  656.     { abs exch abs 2 copy add 1 gt
  657.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  658.         { dup mul exch dup mul add 1.0 exch sub }
  659.     ifelse }
  660. "
  661. *End
  662. *ColorSepScreenProc ProcessCyan.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  663.     { abs exch abs 2 copy add 1 gt
  664.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  665.         { dup mul exch dup mul add 1.0 exch sub }
  666.     ifelse }
  667. "
  668. *End
  669. *ColorSepScreenProc ProcessMagenta.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  670.     { abs exch abs 2 copy add 1 gt
  671.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  672.         { dup mul exch dup mul add 1.0 exch sub }
  673.     ifelse }
  674. "
  675. *End
  676. *ColorSepScreenProc ProcessYellow.40lpi.1800x1800dpi/40 lpi / 1800 dpi: "
  677.     { abs exch abs 2 copy add 1 gt
  678.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  679.         { dup mul exch dup mul add 1.0 exch sub }
  680.     ifelse }
  681. "
  682. *End
  683.  
  684. *% For 30 lpi / 1800 dpi =====================================================
  685.  
  686. *ColorSepScreenAngle ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "45"
  687. *ColorSepScreenAngle CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "45"
  688. *ColorSepScreenAngle ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "108.4"
  689. *ColorSepScreenAngle ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "161.6"
  690. *ColorSepScreenAngle ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "90"
  691.  
  692. *ColorSepScreenFreq ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "35.4"
  693. *ColorSepScreenFreq CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "35.4"
  694. *ColorSepScreenFreq ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "31.6"
  695. *ColorSepScreenFreq ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "31.6"
  696. *ColorSepScreenFreq ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "33.3"
  697.  
  698. *ColorSepScreenProc ProcessBlack.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  699.     { abs exch abs 2 copy add 1 gt
  700.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  701.         { dup mul exch dup mul add 1.0 exch sub }
  702.     ifelse }
  703. "
  704. *End
  705. *ColorSepScreenProc CustomColor.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  706.     { abs exch abs 2 copy add 1 gt
  707.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  708.         { dup mul exch dup mul add 1.0 exch sub }
  709.     ifelse }
  710. "
  711. *End
  712. *ColorSepScreenProc ProcessCyan.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  713.     { abs exch abs 2 copy add 1 gt
  714.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  715.         { dup mul exch dup mul add 1.0 exch sub }
  716.     ifelse }
  717. "
  718. *End
  719. *ColorSepScreenProc ProcessMagenta.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  720.     { abs exch abs 2 copy add 1 gt
  721.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  722.         { dup mul exch dup mul add 1.0 exch sub }
  723.     ifelse }
  724. "
  725. *End
  726. *ColorSepScreenProc ProcessYellow.30lpi.1800x1800dpi/30 lpi / 1800 dpi: "
  727.     { abs exch abs 2 copy add 1 gt
  728.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  729.         { dup mul exch dup mul add 1.0 exch sub }
  730.     ifelse }
  731. "
  732. *End
  733.  
  734. *% For 70 lpi / 600 dpi =====================================================
  735.  
  736. *ColorSepScreenAngle ProcessBlack.70lpi.600x600dpi/70 lpi / 600 dpi: "45"
  737. *ColorSepScreenAngle CustomColor.70lpi.600x600dpi/70 lpi / 600 dpi: "45"
  738. *ColorSepScreenAngle ProcessCyan.70lpi.600x600dpi/70 lpi / 600 dpi: "108.4"
  739. *ColorSepScreenAngle ProcessMagenta.70lpi.600x600dpi/70 lpi / 600 dpi: "161.6"
  740. *ColorSepScreenAngle ProcessYellow.70lpi.600x600dpi/70 lpi / 600 dpi: "90"
  741.  
  742. *ColorSepScreenFreq ProcessBlack.70lpi.600x600dpi/70 lpi / 600 dpi: "70.7"
  743. *ColorSepScreenFreq CustomColor.70lpi.600x600dpi/70 lpi / 600 dpi: "70.7"
  744. *ColorSepScreenFreq ProcessCyan.70lpi.600x600dpi/70 lpi / 600 dpi: "63.2"
  745. *ColorSepScreenFreq ProcessMagenta.70lpi.600x600dpi/70 lpi / 600 dpi: "63.2"
  746. *ColorSepScreenFreq ProcessYellow.70lpi.600x600dpi/70 lpi / 600 dpi: "66.7"
  747.  
  748. *% end of PPD file for Unity 1800XL
  749.